home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libgcc1.postinst < prev    next >
Text File  |  2008-10-25  |  300b  |  18 lines

  1. #! /bin/sh -e
  2.  
  3. case "$1" in
  4.     configure)
  5.     docdir=/usr/share/doc/libgcc1
  6.     if [ -d $docdir ] && [ ! -h $docdir ]; then
  7.         rm -rf $docdir
  8.         ln -s gcc-4.3-base $docdir
  9.     fi
  10. esac
  11.  
  12. # Automatically added by dh_makeshlibs
  13. if [ "$1" = "configure" ]; then
  14.     ldconfig
  15. fi
  16. # End automatically added section
  17.  
  18.